FEXP Solver  1.0.0.0
ICFEXPElementNodeInitAction< TValue, std::enable_if< std::is_floating_point< TValue >::value >::type > Class Template Referenceabstract

Base interface for initialization actions in terms of FE nodes. More...

#include <FEXPElement.h>

Public Member Functions

virtual ~ICFEXPElementNodeInitAction ()
 
virtual void InitConstrain (Ptr< ICFEXPElementNodeConstrain > &constrain_v, Ptr< ICFEXPElementNodeConstrain > &constrain_a)=0
 
virtual void InitLoad (Ptr< ICFEXPElementNodeLoad > &load)=0
 

Detailed Description

template<typename TValue>
class ICFEXPElementNodeInitAction< TValue, std::enable_if< std::is_floating_point< TValue >::value >::type >

Base interface for initialization actions in terms of FE nodes.

Constructor & Destructor Documentation

◆ ~ICFEXPElementNodeInitAction()

template<typename TValue >
virtual ICFEXPElementNodeInitAction< TValue, std::enable_if< std::is_floating_point< TValue >::value >::type >::~ICFEXPElementNodeInitAction ( )
inlinevirtual

Member Function Documentation

◆ InitConstrain()

template<typename TValue >
virtual void ICFEXPElementNodeInitAction< TValue, std::enable_if< std::is_floating_point< TValue >::value >::type >::InitConstrain ( Ptr< ICFEXPElementNodeConstrain > &  constrain_v,
Ptr< ICFEXPElementNodeConstrain > &  constrain_a 
)
pure virtual

◆ InitLoad()

template<typename TValue >
virtual void ICFEXPElementNodeInitAction< TValue, std::enable_if< std::is_floating_point< TValue >::value >::type >::InitLoad ( Ptr< ICFEXPElementNodeLoad > &  load)
pure virtual

The documentation for this class was generated from the following file: